home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 5798 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  793 b 

  1. Path: airdmhor.gen.nz!not-for-mail
  2. From: gumboot@airdmhor.gen.nz (Simon Hosie)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: What is a right hand pointing arrow?
  5. Date: 21 Feb 1996 11:21:46 +1300
  6. Organization: Airdmhor : a couple of BBS's, a bunch of people, and a cat.
  7. Message-ID: <4gdhhq$k8i@airdmhor.gen.nz>
  8. References: <824587015snz@metsys.demon.co.uk> <4g794c$em8@altrade.nijmegen.inter.nl.net> <4g7lrc$kg3@barnacle.iol.ie>
  9. NNTP-Posting-Host: airdmhor.gen.nz
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. J Alan Brogan:
  13. > Auke.Reitsma@net.HCC.nl (Auke Reitsma) wrote:
  14.  
  15.  
  16. > >That right arrow is a end of file marker for text files. Its value is
  17. > >0x27. 
  18.  
  19. > the decimal value is 27, 
  20.  
  21. > 0x27 is ' (single quote)
  22.  
  23. Actually, (on a PC at least) 27 is ESC or a _left_ arrow, 26 decimal is EOF
  24. or the right arrow.
  25.